runtime.mSpanList.last (field)
12 uses
runtime (current package)
mheap.go#L399: last *mspan // last span in list, or nil if none
mheap.go#L1737: list.last = nil
mheap.go#L1751: if list.last == span {
mheap.go#L1752: list.last = span.prev
mheap.go#L1777: list.last = span
mheap.go#L1788: span.prev = list.last
mheap.go#L1789: if list.last != nil {
mheap.go#L1791: list.last.next = span
mheap.go#L1796: list.last = span
mheap.go#L1817: other.last.next = list.first
mheap.go#L1818: list.first.prev = other.last
mheap.go#L1822: other.first, other.last = nil, nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)